gtkarray: Fix a typo
authorTimm Bäder <mail@baedert.org>
Wed, 6 May 2020 08:05:11 +0000 (10:05 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 10 May 2020 06:44:20 +0000 (08:44 +0200)
gtk/gtkarrayimplprivate.h

index 74c810a842db1cd34dabf3a520c9ff4a9c8c2660..c1355205fd48f6d2ec97fc0192de86ab40ca4672 100644 (file)
@@ -4,7 +4,7 @@
 
 /* This is a dumbed-down GPtrArray, which takes some stack
  * space to use. When using this, the general case should always
- * be that the number of elements is lower than reversed_size.
+ * be that the number of elements is lower than reserved_size.
  * The GPtrArray should only be used in extreme cases.
  */